home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Student Private Syndrome 3
/
Student Private Syndrome 3.iso
/
private
/
main
/
opening.dxr
/
00002.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-06-21
|
227 b
|
12 lines
on exitFrame
global sptitle, sndname
preLoadCast("Title1", "Title3")
repeat with i = 3 to 5
set the visible of sprite i to 0
end repeat
set sptitle to 5
cursor(0)
sound playFile 1, sndname
go(marker(1))
end